Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 189 Bytes

8.2.1 - swoole_http_request->$header.md

File metadata and controls

9 lines (6 loc) · 189 Bytes

swoole_http_request->$header

Http请求的头部信息。类型为数组,所有key均为小写。

echo $request->header['host'];
echo $request->header['accept-language'];